projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73db54
)
*** empty log message ***
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 14:12:35 +0000
(14:12 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 14:12:35 +0000
(14:12 +0000)
lisp/url/url.el
patch
|
blob
|
history
diff --git
a/lisp/url/url.el
b/lisp/url/url.el
index 03bf4218af95a5343b75dbe576423ba774cf8b30..4a1e157e59d345993a82634d4766f6ad582305d4 100644
(file)
--- a/
lisp/url/url.el
+++ b/
lisp/url/url.el
@@
-226,6
+226,10
@@
no further processing). URL is either a string or a parsed URL."
(defun url-mm-url (url)
"Retrieve URL and pass to the appropriate viewing application."
+ ;; These requires could advantageously be moved to url-mm-callback or
+ ;; turned into autoloads, but I suspect that it would introduce some bugs
+ ;; because loading those files from a process sentinel or filter may
+ ;; result in some undesirable carner cases.
(require 'mm-decode)
(require 'mm-view)
(url-retrieve url 'url-mm-callback nil))